@charset "utf-8";
/* CSS Document */
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: cornflowerblue;
	
}

li{
	float: right;
}

li a{
	display: block;
	color: white;
	padding: 15px 30px;
	text-decoration: none;
}
img {
  outline: 5px solid #FFC600;
  outline-offset: 2px; 
}

body {
            font-family: Arial, sans-serif;
        }
        .language-selector {
            margin: 10px;
        }



      
